home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Freeware
/
Remapollo
/
Modules
/
patches
/
KC
/
KingCON-handler.pch.txt
< prev
Wrap
Text File
|
2002-10-27
|
2KB
|
47 lines
Fixlist for 1.6:
- fixed small mis-alignment
- workaround serious bug in AREXX (ACTION_CHANGE_SIGNAL is not reset on
Arexx termination)
- rewrote global data area handling, startup semaphore has been removed
(should cure some race conditions and hang-ups)
- code tweaking; converted parameters passing from stack to registers for
many routines
- fixed race condition with char '[' rendering in raw mode
- fixed bugs in SGR ANSI support
- fixed Enforcer hit when opening filereq with 'Show .info' selected
- added SGR keyword to options
- bootshell is detected and it covers (nearly) full screen now
- added 'Clear window' to menu (uses A+Z shortcut)
- rewritten boopsi gadgets creation code; should be compatible with
VisualPrefs now
- 'Review/Clear buffer' and 'Console/Keep closed' got shortcuts: 'B' and 'K',
respectively
- added support for VisualPrefs' tbiclass
- added screennotify.library support for AddWorkbenchClient()
Major news in 1.6 release is bugfixed SGR handling and added 'SGR' keyword to
options. This new option is especially useful if you want your console windows
to use nonstandard colors. The syntax is similar to that used directly in
shell, except that CSI (Command Sequence Introducer: '*e[') should be omitted.
If you want to open new console, say, using white, underlined text on an
orange background, you may type:
'newcli "con:////Underlined/sgr4;32;43;>3m"'
If you prefer, for example, all your con windows to use white foreground pen
on a black bacground, you may insert: 'SGR32;41;>1m' somewhere in your
KCON.prefs file. For info regarding all possible SGR values refer to any ANSI
spec doc (Amiga autodoc for console.device/cmd WRITE will do).
To gain optimal results you are encouraged to apply console.pch as well.
For questions, bugreports, etc. mail me: bloelle@priv.gold.pl
NO WARRANTIES: USE AT YOUR OWN RISK!
Have fun,
MM